-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adapting header rule to check for license type #6
Adapting header rule to check for license type #6
Conversation
Please mention also in the pr description that you took advantage of this to change foxglove to lichtblick in in the tslint library |
Just added some comments, please take a look |
…but currently having issues with conflicts between tests
… that already, kept the new test that checks when the license and only the license is wrong
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks very good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job João!
Adding a check for the type of repo license the header has and an error in case its missing.
Every project should have the repository license type defined on the eslintrc.yml from now on so lint can grab it from there.
Also changed the foxglove interfaces to Lichtblick ones and had to fix some formatting errors highlighted by lint
Tests and lint passed successfully